From: Andy Chiang Date: Sun, 28 Sep 2025 15:54:37 +0000 (+0700) Subject: boost: fix PKG_SOURCE_URL X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=8132d652268e6454e11b8088be3e827c52a9efb2;p=feed%2Fpackages.git boost: fix PKG_SOURCE_URL boostorg.jfrog.io is no longer available for download, so remove it. use archives.boost.io (fastly cdn) to download first. Signed-off-by: Andy Chiang --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index bf3ee63874..5e7f84bdb5 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_VERSION:=1_89_0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_SOURCE_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERSION)/source/ +PKG_SOURCE_URL:=https://archives.boost.io/release/$(PKG_VERSION)/source @SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) PKG_HASH:=85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a PKG_MAINTAINER:=Carlos M. Ferreira